Fix package installs from command line repo#562
Conversation
9afa08c to
6a463cb
Compare
|
The fix and the test do not seem related - please separate into two commits, and update the title and description, or create a separate PR. |
|
Changed the test to try the same using local repo. |
71b52da to
f56ff9c
Compare
|
Thank for the changes. I still have a few issues:
|
It is deliberate decision, downloadonly and repofrompath gets tested along with this. Using cp is easy but better to have tests like these which are real life use cases.
Done, thought of reducing test time by not building additional packages.
Done. The concern was about the time we waste while adding this again to figure things out, if we quickly want to test something while developing something before adding a proper test case.
Done. |
When installing packages from the command line, repo_internalize() must be called first, before pool_addfileprovides() and pool_createwhatprovides() Fixes: e890607 Signed-off-by: Shreenidhi Shedi <shreenidhi.shedi@broadcom.com>
When installing packages from the command line, repo_internalize() must
be called first, before pool_addfileprovides() and pool_createwhatprovides()
Fixes: e890607